home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2489 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: sojourn1.sojourn.com!not-for-mail
  2. From: mharrell@sojourn1.sojourn.com (Matt Harrell)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: keep that crap away from my Amiga
  5. Date: 26 Feb 1996 17:38:36 GMT
  6. Organization: Sojourn Systems.  Lansing, MI (USA)
  7. Message-ID: <4gsr6s$5am@tkhut.sojourn.com>
  8. References: <watt.824179246@winternet.com> <3121C1F0.2CEB@brunel.ac.uk> <4gk9pr$d47@tkhut.sojourn.com> <1062.6628T851T1704@postoffice.ptd.net>
  9. NNTP-Posting-Host: sojourn1.sojourn.com
  10. X-Newsreader: TIN [UNIX 1.3 941216BETA PL0]
  11.  
  12. hankduckman (hankduck@postoffice.ptd.net) wrote:
  13.  
  14. : If I may show my ignorance by asking a question, what is Tex? Can you give 
  15. : me a brief rundown on what it is, what it does, and what its advantages are? 
  16. : I've heard it spoken of but haven't the slightest inkling of what it's about.
  17.  
  18.     TeX is a typesetting language (similar to troff, if that
  19. helps) that is especially good at mathematical typesetting (but very
  20. capable with most other typesetting tasks).  The learning curve is
  21. steep, but once you "catch on", you can do almost anything with TeX.
  22. LaTeX is a set of macros for TeX to make TeX easier to use, but less
  23. flexible.  It's usually a good idea to learn TeX first (which I had to
  24. do, because on my first Amiga I didn't have enough RAM to run LaTeX,
  25. but I had enough for plain TeX), and then learn the other forms of
  26. TeX, like LaTeX.  TeX creates beautiful, typographically correct,
  27. output.
  28.     You need a text editor (emacs is very good because it includes
  29. a TeX "major mode" that customizes emacs for TeX programming).  Ispell
  30. is also nice for spell checking (and can be done either from a shell
  31. window, or from within emacs (and probably some other editors, too).
  32. Ispell is smart enough to recognize the TeX/LaTeX codes and ignore
  33. them.  After writing your "source code" for your document, you run TeX
  34. or LaTeX on it, which then (if there are no errors in the
  35. code--unlikely on the first run :-) creates a {filename}.dvi file,
  36. which can be viewed or printed from *any* computer system with TeX
  37. installed.  One of the things I really like about TeX is that is
  38. portable by definition.  In order for a program to be called "TeX", it
  39. must meet the necessary standards so than any TeX code can be put on
  40. any computer to be "TeX-ed" and viewed and printed.
  41.     It's a very nice system if you're willing to put the time into
  42. learning it.
  43.  
  44. Matt Harrell
  45.